home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
-
- void main(void){
-
- printf("\n\nSorry, this application is for the PowerMacs only.\n\n");
- printf("Please use the 68k version or fat version if supplied.\n\n");
- printf("Otherwise, you'll have to upgrade to a PowerMac!\n\n");
-
- fflush(stdout);
-
- return;
- }
-
-